Upload Standalone Apps to the Public Stores

The following install files are produced by the Build System for store Standalone Apps:

Platform

Standalone App Install File(s)

Android

<appname>-release.aab

where <appname> is the Project name, minus any spaces.

Apple

<appname>.ipa

<appname>.plist

where <appname> is the Project name, minus any spaces.

Windows Universal

<appname>.zip

<appname>_nn.nn.nn.nn_ARM.appx

<appname>_nn.nn.nn.nn_x86_arm.cer

where <appname> is the Project name, minus any spaces, and nn.nn.nn.nn represents a combination of the version numbers of the Digitise Apps Client and your (primary) Project included in the Standalone App build.

The '.zip' file is used to install your Standalone App to a Windows Desktop or tablet.

The '.appx' file is no longer required and can be ignored.

The '.cer' file is a copy of the code-signing Certificate used to sign the app. You may need to manually install this file to your devices.

 

For store versions of your apps, the install files can be uploaded to the relevant app stores in the standard manner for each particular store. For details of how to upload apps to an app store refer to the relevant store owner's instructions, e.g. by checking their web site.